wayland: Add support for Vulkan renderer
authorGeorges Basile Stavracas Neto <georges.stavracas@gmail.com>
Tue, 3 Jan 2017 23:14:31 +0000 (21:14 -0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 4 Jan 2017 12:24:08 +0000 (13:24 +0100)
commit3887548d554e3151a5997f81f8657e97b5a2a34d
tree80ffe4b0fb0a68095339acad12337b02755ae898
parent38d6e45b32cec7d1aa65d393d9a12b4402d303db
wayland: Add support for Vulkan renderer

Mirror what's done with the X11 Vulkan renderer implementation,
with the addition of the extra Wayland window synchronization on
end_paint() override.
gdk/wayland/Makefile.am
gdk/wayland/gdkdisplay-wayland.c
gdk/wayland/gdkvulkancontext-wayland.c [new file with mode: 0644]
gdk/wayland/gdkvulkancontext-wayland.h [new file with mode: 0644]